Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt

Use this file to discover all available pages before exploring further.

Tags are optional labels you can attach to articles to help readers find related content. Unlike categories, an article can have multiple tags. Manage them at /admin/etiquetas.

Creating a tag

1

Enter the tag name

Type the name in the Nombre field — for example, elecciones. As you type, a preview shows the slug that will be generated: elecciones.
2

Click Crear

The tag is saved and appears in the list below, sorted alphabetically.

Editing a tag

Click Editar next to any tag. The name field is populated. Update the name and click Guardar, or click Cancelar to discard changes. The slug updates automatically when you save.

Deleting a tag

Click Eliminar next to a tag. You are asked to confirm. Deleting a tag removes it from all articles it was attached to — the article_tags join records are deleted automatically by the database.
Deleting a tag is immediate and cannot be undone. If the tag is in use across many articles, those articles will simply no longer carry that tag.

Attaching tags to an article

Tags are not assigned from this page. Open an article in the editor (/admin/noticias/{id} or /admin/noticias/nueva) and scroll to the Etiquetas section. Each existing tag appears as a pill button:
  • Tap a pill to select it — it turns dark and shows a checkmark.
  • Tap again to deselect.
  • You can select as many tags as needed.
When you save the article, the selections are written to the article_tags join table (all previous links for that article are replaced with the current selection).

Tag fields reference

FieldTypeNotes
nametextDisplayed in the tag pill and on public tag pages. Required.
slugtextAuto-generated from the name. Used in public URLs like /etiqueta/elecciones.